Fiber optic cables' footstamp markings can be printed in different units, depending on the type of cable or the vendor. These footstamp units may be different than your map units. Fiber Manager provides a way to specify the particular footstamp units on fiber optic cables and cable segments. This ensures correct cable length calculations when footstamps provide the source of cables' lengths.
-
Create a new domain to hold the various unit constants:
- In ArcCatalog, right-click your geodatabase and select Properties.
- In the Domains tab, scroll to the bottom of the Domain Name list and enter a new domain. Name it whatever you like, e.g., FiberFootstampUnits.
- In the Domain Properties, specify Long Integer as the Field Type. Then specify Coded Values as the Domain Type.
-
In the Coded Values section of the window, add a subset or all of the following. Make sure the coded values appear exactly as shown:
Code
|
Description
|
3 |
Feet |
5 |
Miles |
9 |
Meters |
10 |
Kilometers |
- Click OK.
-
Create a new field on your fiber optic cable feature class (or any linear feature class) and assign it the new domain:
- Right-click the fiber optic cable feature class and select Properties.
- Scroll to the bottom of the Field Name list and enter a new field name, e.g., FootstampUnits.
- Set the new field's Data Type as Long Integer.
- In the Field Properties section of the window, assign the field the domain you created in step 1 and click OK.
-
Assign the new MARKINGUNTISOFMEASURE field model name to the new field:
- Right-click the fiber optic cable feature class and select ArcFM Properties Manager.
- On the Field Model Names tab, scroll to and select the new field you created in step 2.
- Select Fiber Field Model Name from the Model Name Domain drop-down menu.
- In the Available list, double-click MARKINGUNITSOFMEASURE to assign it to the new field. Click OK.